Make tests work with broken 32-bit compiler.
authorTim Newsome <tim@sifive.com>
Fri, 10 Jun 2016 21:06:13 +0000 (14:06 -0700)
committerTim Newsome <tim@sifive.com>
Tue, 19 Jul 2016 01:51:54 +0000 (18:51 -0700)
Apparently the 32-bit compiler doesn't generate good enough debug info
for gdb to know what function we're in, which also means it doesn't know
where the local variables in those functions are stored.


No differences found