mnemonikr / symbolic-pcode

Apache License 2.0
0 stars 0 forks source link

Fix generic argument in copy #91

Closed mnemonikr closed 8 months ago

mnemonikr commented 8 months ago

StandardPcodeEmulator::copy had a generic argument left over from the move to impl SymbolicMemory. The generic is unnecessary.