about summary refs log tree commit diff stats
path: root/019functions.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-15 22:20:12 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-15 22:20:12 -0700
commiteb45b315b66ab3b08328e2a5f3d99f87c8cf7163 (patch)
tree4c95fe812e19218556af414035215aface1c5258 /019functions.cc
parent4c3a867bf1022447d71345616b85820d0a5e562b (diff)
downloadmu-eb45b315b66ab3b08328e2a5f3d99f87c8cf7163.tar.gz
7041
Reconcile a few details with the mu-normie fork.
Diffstat (limited to '019functions.cc')
-rw-r--r--019functions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/019functions.cc b/019functions.cc
index 81e99e6e..0f1bd425 100644
--- a/019functions.cc
+++ b/019functions.cc
@@ -67,7 +67,7 @@ case 2: {  // call function pointer at r/m32
 }
 
 :(code)
-void test_call_mem_at_r32() {
+void test_call_mem_at_rm32() {
   Mem.push_back(vma(0xbd000000));  // manually allocate memory
   Reg[ESP].u = 0xbd000064;
   Reg[EBX].u = 0x2000;