aboutsummaryrefslogtreecommitdiff
path: root/src/host/buildvm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/host/buildvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm.c b/src/host/buildvm.c
index c3e7dad2..324dd263 100644
--- a/src/host/buildvm.c
+++ b/src/host/buildvm.c
@@ -114,7 +114,7 @@ static const char *sym_decorate(BuildCtx *ctx,
114 else 114 else
115 *p = '\0'; 115 *p = '\0';
116#elif LJ_TARGET_PPC && !LJ_TARGET_CONSOLE 116#elif LJ_TARGET_PPC && !LJ_TARGET_CONSOLE
117 /* Keep @plt. */ 117 /* Keep @plt etc. */
118#else 118#else
119 *p = '\0'; 119 *p = '\0';
120#endif 120#endif