adamgreen / mri

MRI - Monitor for Remote Inspection. The gdb compatible debug monitor for Cortex-M devices.
Apache License 2.0
155 stars 57 forks source link

Check _LP64 is defined before testing it's value #43

Closed xiaoxiang781216 closed 1 year ago

adamgreen commented 1 year ago

Thanks. I fixed 1 small typo you introduced (added a '_' in front of the _LP64 when checking its value).