Skip to content
  1. May 11, 2017
  2. May 10, 2017
  3. May 09, 2017
  4. May 08, 2017
  5. May 06, 2017
  6. May 05, 2017
  7. May 04, 2017
  8. May 02, 2017
  9. Apr 29, 2017
  10. Apr 26, 2017
    • Ian McAfee's avatar
      I need to look at the registers that are at or around 0xe000ef90. Using mw... · 8007332a
      Ian McAfee authored
      I need to look at the registers that are at or around 0xe000ef90.  Using mw and xd, I see that nsh does not support pointers greater than 0x7fffffff.  A quick look at the source shows that the pointers for those two commands are set with calls to strtol() rather than strtoul().  Changing the two pointer-setting instances to strtoul() fixes the problem, at least for my architecture/config.
      8007332a