diff dyncall/dyncall_call.S @ 269:3581366858a6

- cleanups
author Tassilo Philipp
date Sat, 27 May 2017 19:59:11 +0200
parents 03f0b683918a
children f5577f6bf97a
line wrap: on
line diff
--- a/dyncall/dyncall_call.S	Sat May 27 19:57:34 2017 +0200
+++ b/dyncall/dyncall_call.S	Sat May 27 19:59:11 2017 +0200
@@ -80,7 +80,7 @@
 
 /* Use .note.GNU-stack to explicitly indicate a non-exec stack, b/c of bad   */
 /* default behaviour when translating handwritten assembly files (needed on  */
-/* GNU/* platforms, Android and FreeBSD, as tests have shown).               */
+/* GNU platforms, Android and FreeBSD, as tests have shown).                 */
 #if (defined(DC__C_CLANG) || defined(DC__C_GNU)) && defined(__ELF__) && (defined(DC__OS_Linux) || defined(DC__OS_FreeBSD))
 .section .note.GNU-stack,"",%progbits
 #endif