diff options
author | aiju <devnull@localhost> | 2017-06-27 09:21:30 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2017-06-27 09:21:30 +0000 |
commit | dffbc1e45d61bb928ea6a9d0b1206d641daf24fe (patch) | |
tree | 8a80a3a2c7e964fc89b8776a6dd8326f545a53dc /sys/src/cmd/vmx/vmxgdb.c | |
parent | b5a6dc7849cbd9f1fd23183ba46f0d5deb24e81d (diff) |
vmx(1): I/O string instructions, incomplete support for IDE disks, misc fixes
Diffstat (limited to 'sys/src/cmd/vmx/vmxgdb.c')
-rw-r--r-- | sys/src/cmd/vmx/vmxgdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/vmx/vmxgdb.c b/sys/src/cmd/vmx/vmxgdb.c index 827b7f508..07aba25c5 100644 --- a/sys/src/cmd/vmx/vmxgdb.c +++ b/sys/src/cmd/vmx/vmxgdb.c @@ -162,6 +162,7 @@ regpacket(void) pos += 4; } if(i == nelem(regname)) continue; + if(f[0][1] == 's' && f[0][2] == 0) v = 0; l = 4; while(l--){ sprint(tbuf, "%.2ux", (u8int)v); |