Search
lxdream.org :: lxdream/src/sh4/ia64abi.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/ia64abi.h
changeset 670:5d277b7ad0df
prev669:ab344e42bca9
next736:a02d1475ccfd
author nkeynes
date Wed Jun 25 10:39:05 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove superfluous call to gdrom_get_native_devices()
file annotate diff log raw
1.1 --- a/src/sh4/ia64abi.h Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/sh4/ia64abi.h Wed Jun 25 10:39:05 2008 +0000
1.3 @@ -259,7 +259,7 @@
1.4 _Unwind_Reason_Code xlat_check_frame( struct _Unwind_Context *context, void *arg )
1.5 {
1.6 void *rbp = (void *)_Unwind_GetGR(context, 6);
1.7 - void *expect = (((uint8_t *)&sh4r) + 128 )
1.8 + void *expect = (((uint8_t *)&sh4r) + 128 );
1.9 if( rbp == expect ) {
1.10 void **result = (void **)arg;
1.11 *result = (void *)_Unwind_GetIP(context);
.