https://bugzilla.novell.com/show_bug.cgi?id=223718 matz@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #12 from matz@novell.com 2006-11-27 09:53 MST ------- So, to collect it together from the initial disassembly in comment #9 this seems to be the code: lwz r11,0(r28) cmpwi cr7,r11,0 beq- cr7,0x1018d348 lwz r10,4(r11) 0x1018d348: lwz r10,4(r11) Hmm, I'm no expert in power mnemonics, but this seems to compare r11 with 0, and then no matter what the outcome was load from r11+4 . This certainly seems wrong, can you connect that asm with the source? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.