# HG changeset patch # User nkeynes # Date 1210668495 0 # Node ID 5d277b7ad0df68231b967a5a2fc02f4e6ef312f7 # Parent ab344e42bca98476b41c422d96bd5570a5e98f6e Fix missing semicolon --- a/src/sh4/ia64abi.h Mon May 12 10:00:13 2008 +0000 +++ b/src/sh4/ia64abi.h Tue May 13 08:48:15 2008 +0000 @@ -259,7 +259,7 @@ _Unwind_Reason_Code xlat_check_frame( struct _Unwind_Context *context, void *arg ) { void *rbp = (void *)_Unwind_GetGR(context, 6); - void *expect = (((uint8_t *)&sh4r) + 128 ) + void *expect = (((uint8_t *)&sh4r) + 128 ); if( rbp == expect ) { void **result = (void **)arg; *result = (void *)_Unwind_GetIP(context);