MCPcopy Create free account
hub / github.com/WheretIB/nullc / Stop

Method Stop

NULLC/Executor.cpp:1759–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757}
1758
1759void Executor::Stop(const char* error)
1760{
1761 codeRunning = false;
1762
1763 callContinue = false;
1764 SafeSprintf(execError, ERROR_BUFFER_SIZE, error);
1765}
1766
1767#ifdef NULLC_VM_CALL_STACK_UNWRAP
1768bool Executor::RunCallStackHelper(unsigned funcID, unsigned extraPopDW, unsigned callStackPos)

Callers 1

nullcThrowErrorFunction · 0.45

Calls 1

SafeSprintfFunction · 0.70

Tested by

no test coverage detected