diff options
author | Mike Pall <mike> | 2014-04-27 00:09:45 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2014-04-27 00:09:45 +0200 |
commit | 7a39be0ac45d8cd19c13bab38d4dda31ea599760 (patch) | |
tree | 502799316175fed602af6e9d93462b02120b6f9c /src/host | |
parent | 2715fe3aee7c8202b4b5d04748d1c5faa6d8fd9c (diff) | |
download | luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.tar.gz luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.tar.bz2 luajit-7a39be0ac45d8cd19c13bab38d4dda31ea599760.zip |
Add PS Vita port.
Thanks to Anton Stenmark.
Diffstat (limited to 'src/host')
-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 |