From 1b0d64600485c0fcf53b34c1cb263b720a27b5ea Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 12 Dec 2011 23:11:31 +0100 Subject: FFI: Add callback support for PPC. --- src/lj_errmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lj_errmsg.h') diff --git a/src/lj_errmsg.h b/src/lj_errmsg.h index e9ad0451..4a4fec68 100644 --- a/src/lj_errmsg.h +++ b/src/lj_errmsg.h @@ -161,7 +161,7 @@ ERRDEF(FFI_BADIDX, LUA_QS " cannot be indexed") ERRDEF(FFI_WRCONST, "attempt to write to constant location") ERRDEF(FFI_NODECL, "missing declaration for symbol " LUA_QS) ERRDEF(FFI_BADCBACK, "bad callback") -#if LJ_TARGET_X86ORX64 +#if LJ_TARGET_X86ORX64 || LJ_TARGET_PPC ERRDEF(FFI_CBACKOV, "too many callbacks") #else ERRDEF(FFI_CBACKOV, "no support for callbacks (yet)") -- cgit v1.2.3-55-g6feb