|
From: <sv...@va...> - 2012-12-26 21:12:18
|
florian 2012-12-26 21:12:07 +0000 (Wed, 26 Dec 2012)
New Revision: 13204
Log:
Remove a fixme.
Modified files:
trunk/coregrind/m_machine.c
Modified: trunk/coregrind/m_machine.c (+0 -1)
===================================================================
--- trunk/coregrind/m_machine.c 2012-12-26 17:48:46 +00:00 (rev 13203)
+++ trunk/coregrind/m_machine.c 2012-12-26 21:12:07 +00:00 (rev 13204)
@@ -431,7 +431,6 @@
Int VG_(machine_arm_archlevel) = 4;
#endif
-/* fixs390: anything for s390x here ? */
/* For hwcaps detection on ppc32/64, s390x, and arm we'll need to do SIGILL
testing, so we need a VG_MINIMAL_JMP_BUF. */
|