-
src/sim/syscall_emul.hh (Diff revision 1) -
isn't this the wrong form with the previous patch?
Posted (Oct. 21, 2011, 6:10 a.m.)
This seems mostly reasonable and useful, but the goto really, really needs to go.
-
src/mem/page_table.cc (Diff revision 1) -
These brackets aren't really needed, although they aren't hurting anything.
-
src/sim/syscall_emul.hh (Diff revision 1) -
Long line? It's hard to tell in the browser.
-
src/sim/syscall_emul.hh (Diff revision 1) -
goto! Yikes! This needs to go! It makes the flow of this function hard to follow, and I'm sure it's not doing the compiler any favors.
