Added System V ABI calling convention.

This commit is contained in:
unknown 2015-01-30 10:19:28 -08:00
parent 82561feeea
commit a40f0ffc0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef _KDEF_H_
#define _KDEF_H_
#define HYPKERNEL64
#define HYPKERNEL64 __attribute__((sysv_abi))
#define BOCHS_MAGIC_BREAKPOINT asm("xchg bx,bx");