Browse Source

Debug can actually start at 0x0 now

38438778f0 fixed the bug.

cc @timsifive
pull/404/head
Andrew Waterman 6 years ago
parent
commit
a81fbad672
  1. 3
      riscv/decode.h

3
riscv/decode.h

@ -1883,8 +1883,7 @@ for (reg_t i = 0; i < vlmax; ++i) { \
VI_VFP_LOOP_WIDE_END
// Seems that 0x0 doesn't work.
#define DEBUG_START 0x100
#define DEBUG_START 0x0
#define DEBUG_END (0x1000 - 1)
#endif

Loading…
Cancel
Save