This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/15905] frstor in assembler inline offsets in memory by 4


------- Additional Comments From stian at nixia dot no  2004-06-09 20:47 -------
It locks my computer yes, but when I compiled using -S flag and looked at the 
assembler output, the fsave and frstore is not given the same offset in the 
stackframe. fsave is -124(%ebp) while frstor is -128(%ebp).

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15905


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]