Use calloc to allocate target memory
authorAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 20 Jul 2013 01:12:50 +0000 (18:12 -0700)
committerAndrew Waterman <waterman@cs.berkeley.edu>
Sat, 20 Jul 2013 01:12:50 +0000 (18:12 -0700)
commit97a9245bdd3de9b9a58a684a4e8b2fe7772a0e2a
tree6394a433fad3edbb175bf3e15338e864e796846d
parent9299f2f74547023d39fe0b4b8154e35730e70b96
Use calloc to allocate target memory

It just calls mmap under the hood, anyway...
riscv/sim.cc