diff options
Diffstat (limited to 'Linux/arm/include/emu.h')
| -rw-r--r-- | Linux/arm/include/emu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux/arm/include/emu.h b/Linux/arm/include/emu.h index da7b786f..686dc1b7 100644 --- a/Linux/arm/include/emu.h +++ b/Linux/arm/include/emu.h @@ -22,7 +22,7 @@ static __inline Proc *getup(void) { : "=r" (p) ); return *(Proc **)((uintptr)p & ~(KSTACK - 1)); -}; +} #else extern Proc* getup(void); #endif |
