Home
last modified time | relevance | path

Searched refs:CIST_STAT (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h101 #define CIST_STAT (1<<5) /* call has an error status (pcall) */ macro
Dldo.c420 if (!(ci->callstatus & CIST_STAT)) /* no call status? */ in finishCcall()
423 ci->callstatus = (ci->callstatus & ~(CIST_YPCALL | CIST_STAT)) | CIST_YIELDED; in finishCcall()
474 ci->callstatus |= CIST_STAT; /* call has error status */ in recover()