syscall emulation: fix fast build issue
authorSteve Reinhardt <steve.reinhardt@amd.com>
Sat, 19 Jul 2014 09:06:22 +0000 (02:06 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Sat, 19 Jul 2014 09:06:22 +0000 (02:06 -0700)
commit06bb6a473157a204bb7e77ea28e618aa08d2d811
treeb7168d8af8d19febd1bebb884276a5bfa5017153
parentc99b13d90456637e68ef91845a10688900f8bf48
syscall emulation: fix fast build issue

Surprisingly gcc will complain about unused variables even
inside an 'if (false)' block.

I thought I had tested this previously, but apparently not.
src/sim/syscall_emul.cc