MCPcopy Create free account
hub / github.com/SaberVM/SaberVM / Stack

Class Stack

src/vm.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51struct Stack {
52 struct Stack *last;
53 u32 saved_sp;
54 u8 data[STACK_CHUNK_SIZE];
55};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected