diff options
Diffstat (limited to 'src/devices/oprom/yabel/pmm.c')
-rw-r--r-- | src/devices/oprom/yabel/pmm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/pmm.c b/src/devices/oprom/yabel/pmm.c index 989bde4d27..19d14d46b6 100644 --- a/src/devices/oprom/yabel/pmm.c +++ b/src/devices/oprom/yabel/pmm.c @@ -267,7 +267,7 @@ void pmm_handleInt() rval = 0xFFFFFFFF; goto exit; } - exit: +exit: /* exit handler of this function, restore registers, put return value in DX:AX */ M.x86 = backup_regs; M.x86.R_DX = (u16) ((rval >> 16) & 0xFFFF); |