mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
fix endian problem
This commit is contained in:
@@ -398,7 +398,7 @@ bsr (p, a)
|
||||
printf ("reg[7]-=2;\n");
|
||||
printf ("tmp = reg[7];\n");
|
||||
printf ("SET_WORD_MEM(tmp, (npc-saved_state.mem)*2);\n");
|
||||
printf ("npc += (((char *)pc)[1])>>1;\n");
|
||||
printf ("npc += ((char)b1)>>1;\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user