bugfix: correct save aspect ordering
I broke this in r977 ... :-( git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1035 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -14,7 +14,7 @@ aspect save {
|
||||
// make sure the "save" aspect comes *after* the breakpoint stuff: In
|
||||
// an "after" advice this means it must get a *higher* precedence,
|
||||
// therefore it's first in the order list.
|
||||
advice execution (cpuLoop()) : order ("save", "CPULoop");
|
||||
advice execution (cpuLoop()) : order ("save", "Breakpoints");
|
||||
|
||||
advice execution (cpuLoop()) : after () {
|
||||
if (!sal::save_bochs_request) {
|
||||
|
||||
Reference in New Issue
Block a user