about summary refs log tree commit diff stats
path: root/subx/014index_addressing.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-01-24 22:58:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-01-24 23:02:09 -0800
commitbc9f26de6737e762e5e6045fc874d68842e98bca (patch)
treec89b016e55d51242dff9e8768711469c2af9e863 /subx/014index_addressing.cc
parent0c6c7ff7142cb10532da21fb423f4d04efecf6c2 (diff)
downloadmu-bc9f26de6737e762e5e6045fc874d68842e98bca.tar.gz
4196
Diffstat (limited to 'subx/014index_addressing.cc')
-rw-r--r--subx/014index_addressing.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/014index_addressing.cc b/subx/014index_addressing.cc
index 37a4b9be..8ab545d3 100644
--- a/subx/014index_addressing.cc
+++ b/subx/014index_addressing.cc
@@ -13,7 +13,7 @@
 +run: effective address is 0x60
 +run: storing 0x00000011
 
-:(before "End Mod 0 Special-cases")
+:(before "End Mod 0 Special-cases(addr)")
 case 4:  // exception: mod 0b00 rm 0b100 => incoming SIB (scale-index-base) byte
   addr = effective_address_from_sib(mod);
   break;