git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8060 8c9fc860-2736-0410-a75d-ab315db34111
@@ -233,7 +233,7 @@ TYPE
(** exception state, ordering of record fields is predefined! *)
ExceptionState* = RECORD
- halt*: ADDRESS; (** halt code *)
+ halt*: SIZE; (** halt code *)
pf*: ADDRESS; (** page fault address *)
locks*: SET; (** active locks *)
SP*: ADDRESS; (** actual RSP value at time of interrupt *)
@@ -241,7 +241,7 @@ TYPE
SP*: ADDRESS; (** actual ESP value at time of interrupt *)