|
From: Nicholas N. <nj...@ca...> - 2004-05-04 11:27:44
|
CVS commit by nethercote:
Fix comment
M +1 -1 vg_from_ucode.c 1.77
--- valgrind/coregrind/vg_from_ucode.c #1.76:1.77
@@ -2285,5 +2285,5 @@ static void emit_call_patchme( void )
if (dis)
- VG_(printf)("\n\t\tud2; ud2; nop /* call VG_(patchme) */\n");
+ VG_(printf)("\n\t\tud2; ud2; nop /* call VG_(patch_me) */\n");
}
}
|