From 8717517e048ff866167d6eee6c6d97225f0cd169 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 11 Nov 2011 03:40:24 -0800 Subject: Synced up PK with supervisor changes/asm syntax You must upgrade to the latest compiler and ISA simulator to build and run this version of the PK. --- pk/pk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pk/pk.h') diff --git a/pk/pk.h b/pk/pk.h index f7cee78..4c343a5 100644 --- a/pk/pk.h +++ b/pk/pk.h @@ -28,6 +28,7 @@ extern "C" { extern int have_fp; extern int have_vector; +extern uint32_t mem_mb; int emulate_fp(trapframe_t*); void init_fp(trapframe_t* tf); -- cgit v1.1