------- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-14 21:04 ------- (In reply to comment #2) > So how can you say that the asm uses the contents of a buffer area?
Didn't you see the first part of my comment which shows you how to fix the asm? __asm volatile("lidt (%0)" : : "r" (p), "m"(*p)); -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28729