Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 1189:1540105786c8
prev1187:266e7a1bae90
next1218:be02e87f9f87
author Nathan Keynes <nkeynes@lxdream.org>
date Fri Dec 16 10:08:45 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Add volatile qualifier to return-address frobbing - works around optimizer
bug in GCC versions after 4.2
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Tue Nov 29 17:52:43 2011 +1000
1.2 +++ b/src/sh4/sh4.h Fri Dec 16 10:08:45 2011 +1000
1.3 @@ -132,7 +132,7 @@
1.4 * Handle an event that's due (note caller is responsible for ensuring that the
1.5 * event is in fact due).
1.6 */
1.7 -void sh4_handle_pending_event();
1.8 +void sh4_handle_pending_events();
1.9
1.10 /**
1.11 * Execute (using the emulator) a single instruction (in other words, perform a
.