Hello again, On Sat, Jun 16, 2012 at 02:15:13PM +0200, Lluís Batlle i Rossell wrote: > > From what I can tell, ldc1 is a valid MIPS32 instruction, so this > > should probably be something like > > > > case ld_op: > > #ifndef CONFIG_64BIT > > return sigill; > > #endif > > I agree! I'll repost with these fixes.
Well, I think I take my words back. Handling the ldc1/sdc1 cases in MIPS32 is tricker than I thought first, because I can't use ldl/ldr or sdl/sdr there. Given my ability with mips assembly, I leave the patch as is. In 'patchwork' I had set the patch first to superseeded, but then I set it back to New. Regards, Lluís. -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/loongson-dev?hl=en.
