From ec2e658bec3eba627c11d0d932eb418b4aa1b83a Mon Sep 17 00:00:00 2001 From: hsc Date: Tue, 10 Apr 2012 16:43:52 +0000 Subject: [PATCH] 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 --- core/SAL/bochs/save.ah | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/SAL/bochs/save.ah b/core/SAL/bochs/save.ah index fdf2eba2..160eb58b 100644 --- a/core/SAL/bochs/save.ah +++ b/core/SAL/bochs/save.ah @@ -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) {