mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Remove pub from specific instruction handlers in emulator #74

Closed mnemonikr closed 1 year ago

mnemonikr commented 1 year ago

https://github.com/mnemonikr/pcode/blob/74c1f64ca2d8ddafea4eed8d9096b7bfd6a569ef/src/emulator.rs#L349

These functions shouldn't be called directly. Instead the emulate function should be called which should pass the instruction to the relevant handler.