diff options
Diffstat (limited to 'roms/qemu-palcode/pal.h')
-rw-r--r-- | roms/qemu-palcode/pal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roms/qemu-palcode/pal.h b/roms/qemu-palcode/pal.h index 7642447a0..c89a18c39 100644 --- a/roms/qemu-palcode/pal.h +++ b/roms/qemu-palcode/pal.h @@ -109,6 +109,7 @@ #define qemu_halt 252 #define qemu_alarm 251 #define qemu_walltime 250 +#define qemu_vmtime 249 /* PALcode uses of the private storage slots. */ #define ptEntUna pt0 |