I goofed up when implementing Code, so _result is never changed from UNKNOWN. This fixes that and initialized _result in the constructor to avoid the initialization funny business.
Additionally, make UNKNOWN_EXCEPTION have value 0xFF so that it stands out more in memory view.
I goofed up when implementing
Code
, so_result
is never changed fromUNKNOWN
. This fixes that and initialized_result
in the constructor to avoid the initialization funny business.Additionally, make
UNKNOWN_EXCEPTION
have value0xFF
so that it stands out more in memory view.