mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-15 06:44:37 +00:00
Revert last checkin.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2746 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@ -54,7 +54,7 @@ void glue(op_load_gpr_T2_gpr, REG) (void)
|
||||
#define SET_RESET(treg, tregname) \
|
||||
void glue(op_set, tregname)(void) \
|
||||
{ \
|
||||
treg = (int32_t)(uint32_t)PARAM1;\
|
||||
treg = (int32_t)PARAM1; \
|
||||
RETURN(); \
|
||||
} \
|
||||
void glue(op_reset, tregname)(void) \
|
||||
|
||||
Reference in New Issue
Block a user