Search
lxdream.org :: lxdream/src/sh4/ia64abi.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/ia64abi.h
changeset 908:a00debcf2600
prev901:32c5cf5e206f
next926:68f3e0fe02f1
author nkeynes
date Thu Oct 30 05:50:21 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix x86-64 build (typos et al)
Remove Push/pop ebx - don't really need it and saves adding more target-specific asm
file annotate diff log raw
1.1 --- a/src/sh4/ia64abi.h Sun Oct 26 02:28:29 2008 +0000
1.2 +++ b/src/sh4/ia64abi.h Thu Oct 30 05:50:21 2008 +0000
1.3 @@ -97,7 +97,7 @@
1.4 /* mov &sh4r, ebp */
1.5 load_ptr( R_EBP, ((uint8_t *)&sh4r) + 128 );
1.6 }
1.7 -XS
1.8 +
1.9 /**
1.10 * Exit the block with sh4r.pc already written
1.11 */
1.12 @@ -260,7 +260,7 @@
1.13 return _URC_NO_REASON;
1.14 }
1.15
1.16 -void *xlat_get_native_pc()
1.17 +void *xlat_get_native_pc( void *code, uint32_t size )
1.18 {
1.19 struct _Unwind_Exception exc;
1.20
.