Added System V ABI calling convention.

This commit is contained in:
unknown 2015-01-30 10:19:28 -08:00
parent 82561feeea
commit a40f0ffc0f

View File

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