From 6e0f1a4466998269992b57a0121ca50a5204e830 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Wed, 11 Feb 2015 16:40:02 +0100 Subject: [PATCH] hw_x86_64: Adjust size of _mt_master_context The CPU state in IA-32e mode consists of 20 64-bit registers. --- repos/base-hw/src/core/spec/x86_64/mode_transition.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-hw/src/core/spec/x86_64/mode_transition.s b/repos/base-hw/src/core/spec/x86_64/mode_transition.s index 741d85585..f5ba76b11 100644 --- a/repos/base-hw/src/core/spec/x86_64/mode_transition.s +++ b/repos/base-hw/src/core/spec/x86_64/mode_transition.s @@ -35,7 +35,7 @@ _mt_master_context_begin: /* space must be at least as large as 'Cpu_state' */ - .space 32*4 + .space 20*8 .global _mt_master_context_end _mt_master_context_end: