|
From: Dirk M. <mu...@kd...> - 2005-03-01 01:10:38
|
CVS commit by mueller:
fix compile (gcc 4.0)
M +1 -1 helpers.S 1.6
--- valgrind/coregrind/x86/helpers.S #1.5:1.6
@@ -64,5 +64,5 @@
ud2
- # We can point our sysinfo stuff here
+ /* We can point our sysinfo stuff here */
.align 16
syscall_start:
|