filename | src/xlat/x86/amd64abi.h |
changeset | 1146:76c5d1064262 |
prev | 1125:9dd5dee45db9 |
next | 1292:799fdd4f704a |
author | nkeynes |
date | Mon Nov 08 18:56:11 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Fix 32-bit non-fastcall build |
file | annotate | diff | log | raw |
1.1 --- a/src/xlat/x86/amd64abi.h Mon Sep 13 10:13:42 2010 +10001.2 +++ b/src/xlat/x86/amd64abi.h Mon Nov 08 18:56:11 2010 +10001.3 @@ -42,6 +42,7 @@1.4 CALL_r32(REG_ECX);1.5 }1.7 +#define CALL1_PTR_MIN_SIZE 121.8 static inline void CALL1_ptr_r32( void *ptr, int arg1 )1.9 {1.10 if( arg1 != REG_ARG1 ) {
.