Fixed GCC version check according to Michael.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28996 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-01-23 12:36:36 +00:00
parent 09a009d4af
commit 708f40e5a9

View File

@ -91,7 +91,7 @@ apm_error(uint32 error)
static status_t
call_apm_bios(bios_regs *regs)
{
#if _GNUC_ >= 4
#if __GNUC__ < 4
// TODO: Fix this for GCC 4.3! The direct reference to sAPMBiosEntry
// in the asm below causes undefined references.
asm volatile(