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:
parent
09a009d4af
commit
708f40e5a9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user