syscall: missing initializer in getcwd call
authorVince Weaver <vince@csl.cornell.edu>
Mon, 9 Nov 2009 15:02:55 +0000 (10:02 -0500)
committerVince Weaver <vince@csl.cornell.edu>
Mon, 9 Nov 2009 15:02:55 +0000 (10:02 -0500)
commit7da221ca82e5e64b98d9e86421fa653e2ad3e540
tree9b7916423f767848c3f29fce335d5b8f95c4a56c
parentb1a1f9aec8a2dcd5fbaa556c96d5cb1eeac4bd38
syscall: missing initializer in getcwd call

This one case was missed during the update to stack-based arguments.
Without this fix, m5 will crash during a gwtcwd call, at least
with X86.
src/sim/syscall_emul.cc