From: Frans Kaashoek Date: Thu, 1 Sep 2011 17:18:02 +0000 (-0400) Subject: Fix layout X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=6bb9221395b3bde9af6f5a2c3ccc118c0da2aab8;p=cs3210-lab1.git Fix layout --- diff --git a/x86.h b/x86.h index 0c3feae..503afdb 100644 --- a/x86.h +++ b/x86.h @@ -170,7 +170,6 @@ xchg(volatile uint *addr, uint newval) return result; } -//PAGEBREAK! static inline void lcr0(uint val) {