diff options
author | aiju <devnull@localhost> | 2017-06-17 22:50:03 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-06-17 22:50:03 +0000 |
commit | 52a3502927870a330f02a9b71cf9710f65f1a58a (patch) | |
tree | 14481a151b6248793029363f83a96749bfc6342b /sys/src/cmd/vmx/fns.h | |
parent | 2bb65c40ab0713b011ff758cc2d8bc20e885fe85 (diff) |
vmx(1): support debug instructions
Diffstat (limited to 'sys/src/cmd/vmx/fns.h')
-rw-r--r-- | sys/src/cmd/vmx/fns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/vmx/fns.h b/sys/src/cmd/vmx/fns.h index 231ffcbc4..cff97b0af 100644 --- a/sys/src/cmd/vmx/fns.h +++ b/sys/src/cmd/vmx/fns.h @@ -13,7 +13,7 @@ int ctl(char *, ...); void registermmio(uvlong, uvlong, uvlong (*)(int, uvlong, uvlong)); void irqline(int, int); void irqack(int); -void postexc(char *, u32int); +void postexc(char *, vlong); void vgaresize(void); void uartinit(int, char *); void sendnotif(void (*)(void *), void *); |