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

Function GenCodeCmdNop

NULLC/CodeGen_X86.cpp:1266–1270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266void GenCodeCmdNop(VMCmd cmd)
1267{
1268 (void)cmd;
1269 EMIT_OP(o_nop);
1270}
1271
1272void GenCodeCmdPushChar(VMCmd cmd)
1273{

Callers

nothing calls this directly

Calls 1

EMIT_OPFunction · 0.85

Tested by

no test coverage detected