aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_ppc.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_ppc.dasc')
-rw-r--r--src/buildvm_ppc.dasc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/buildvm_ppc.dasc b/src/buildvm_ppc.dasc
index a81335db..22f6da55 100644
--- a/src/buildvm_ppc.dasc
+++ b/src/buildvm_ppc.dasc
@@ -2074,6 +2074,15 @@ static void build_subroutines(BuildCtx *ctx)
2074 |//----------------------------------------------------------------------- 2074 |//-----------------------------------------------------------------------
2075 | 2075 |
2076 |//----------------------------------------------------------------------- 2076 |//-----------------------------------------------------------------------
2077 |//-- FFI helper functions -----------------------------------------------
2078 |//-----------------------------------------------------------------------
2079 |
2080 |->vm_ffi_call:
2081#if LJ_HASFFI
2082 | NYI
2083#endif
2084 |
2085 |//-----------------------------------------------------------------------
2077} 2086}
2078 2087
2079/* Generate the code for a single instruction. */ 2088/* Generate the code for a single instruction. */