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

Method Stop

NULLC/Executor_X86.cpp:947–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

945}
946
947void ExecutorX86::Stop(const char* error)
948{
949 callContinue = false;
950 SafeSprintf(execError, 512, error);
951}
952
953void ExecutorX86::ClearNative()
954{

Callers

nothing calls this directly

Calls 1

SafeSprintfFunction · 0.70

Tested by

no test coverage detected