diff options
Diffstat (limited to '')
-rw-r--r-- | src/host/buildvm_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/buildvm_asm.c b/src/host/buildvm_asm.c index 9b28b3b3..079e9a80 100644 --- a/src/host/buildvm_asm.c +++ b/src/host/buildvm_asm.c | |||
@@ -286,7 +286,7 @@ void emit_asm(BuildCtx *ctx) | |||
286 | fprintf(ctx->fp, "\n"); | 286 | fprintf(ctx->fp, "\n"); |
287 | switch (ctx->mode) { | 287 | switch (ctx->mode) { |
288 | case BUILD_elfasm: | 288 | case BUILD_elfasm: |
289 | #if !LJ_TARGET_PS3 | 289 | #if !(LJ_TARGET_PS3 || LJ_TARGET_PSVITA) |
290 | fprintf(ctx->fp, "\t.section .note.GNU-stack,\"\"," ELFASM_PX "progbits\n"); | 290 | fprintf(ctx->fp, "\t.section .note.GNU-stack,\"\"," ELFASM_PX "progbits\n"); |
291 | #endif | 291 | #endif |
292 | #if LJ_TARGET_PPCSPE | 292 | #if LJ_TARGET_PPCSPE |