|
@@ -233,7 +233,7 @@ TYPE
|
|
|
|
|
|
(** exception state, ordering of record fields is predefined! *)
|
|
(** exception state, ordering of record fields is predefined! *)
|
|
ExceptionState* = RECORD
|
|
ExceptionState* = RECORD
|
|
- halt*: ADDRESS; (** halt code *)
|
|
|
|
|
|
+ halt*: SIZE; (** halt code *)
|
|
pf*: ADDRESS; (** page fault address *)
|
|
pf*: ADDRESS; (** page fault address *)
|
|
locks*: SET; (** active locks *)
|
|
locks*: SET; (** active locks *)
|
|
SP*: ADDRESS; (** actual RSP value at time of interrupt *)
|
|
SP*: ADDRESS; (** actual RSP value at time of interrupt *)
|