about summary refs log tree commit diff stats
path: root/subx/035labels.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-29 16:17:11 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-29 17:45:00 -0700
commit2ec6d1e5250e5a36c919354649c3bc3f17261140 (patch)
tree862c561e9b727496a2a8c0aea379bf4f42c60f7a /subx/035labels.cc
parent64338cc5d7c11cc25870c19f39c502921e471e65 (diff)
downloadmu-2ec6d1e5250e5a36c919354649c3bc3f17261140.tar.gz
4619 - new syscall: mmap()
Diffstat (limited to 'subx/035labels.cc')
-rw-r--r--subx/035labels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/035labels.cc b/subx/035labels.cc
index ddaeabad..75000233 100644
--- a/subx/035labels.cc
+++ b/subx/035labels.cc
@@ -42,7 +42,7 @@ b9/copy aaa/imm32  # copy to ECX
 b9/copy xxx/imm32  # copy to ECX
 +transform: packing instruction 'b9/copy xxx/imm32'
 # no change (we're just not printing metadata to the trace)
-+transform: instruction after packing: 'b9 xx'
++transform: instruction after packing: 'b9 xxx'
 
 //: a helper we'll find handy later
 :(code)