|
From: <sv...@va...> - 2014-08-08 08:58:15
|
Author: sewardj
Date: Fri Aug 8 08:58:03 2014
New Revision: 14241
Log:
Add missing comment marker.
Modified:
trunk/coregrind/m_syswrap/syscall-ppc64le-linux.S
Modified: trunk/coregrind/m_syswrap/syscall-ppc64le-linux.S
==============================================================================
--- trunk/coregrind/m_syswrap/syscall-ppc64le-linux.S (original)
+++ trunk/coregrind/m_syswrap/syscall-ppc64le-linux.S Fri Aug 8 08:58:03 2014
@@ -182,7 +182,7 @@
/* Let the linker know we don't need an executable stack */
.section .note.GNU-stack,"",@progbits
-#endif defined(VGP_ppc64le_linux)
+#endif // defined(VGP_ppc64le_linux)
/*--------------------------------------------------------------------*/
/*--- end ---*/
|