Skip to content

Commit

Permalink
Oops, we forgot Zephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tux committed Oct 9, 2024
1 parent f55fb93 commit b6348eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Primitives/zephyr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ bool resolve_external_memory(char *symbol, Memory **val) {
// Restore external state when restoring a snapshot
//------------------------------------------------------
void restore_external_state(Module *m,
std::vector<IOStateElement> external_state) {
const std::vector<IOStateElement> &external_state) {
uint8_t opcode = *m->pc_ptr;
// TODO: Maybe primitives can also be called using the other call
// instructions such as call_indirect
Expand Down

0 comments on commit b6348eb

Please sign in to comment.