From: Ben Pfaff Date: Sat, 2 Aug 2008 11:30:43 +0000 (+0000) Subject: Fix asm constraints to avoid SI, DI for byte and word access. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=e587ab7ffa2d548029189e540d5716f880932cb1;hp=e587ab7ffa2d548029189e540d5716f880932cb1;p=pintos-anon Fix asm constraints to avoid SI, DI for byte and word access. Thanks to Ed Lyle Karrels for reporting the problem. ---