Closed rw-vanc closed 1 year ago
Real-world AML can cause handler.read_u16, which is unimplemented and therefore causes aml_tester to panic. I'm not sure what the correct solution is, but perhaps just print a message and return 0?
:+1: Yep, this would almost definitely be better. Writes should probably also log but be no-ops.
Real-world AML can cause handler.read_u16, which is unimplemented and therefore causes aml_tester to panic. I'm not sure what the correct solution is, but perhaps just print a message and return 0?