aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 7c0ecea..6c41cb5 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -1564,7 +1564,7 @@ void RunTimer(u32 tid, s32 cycles)
void RunTimers(u32 cpu)
{
- register u32 timermask = TimerCheckMask[cpu];
+ u32 timermask = TimerCheckMask[cpu];
s32 cycles;
if (cpu == 0)