Replace xmalloc/xfree with vector in jit.c
[deliverable/binutils-gdb.git] / gdb / arm-nbsd-tdep.c
index 6b7823009206f0686b640479c6c8e896046b9ab2..f9ea084d1c8ac471b4bbfaaa30b4985ea715f310 100644 (file)
@@ -26,9 +26,9 @@
 
 /* Description of the longjmp buffer.  */
 #define ARM_NBSD_JB_PC 24
-#define ARM_NBSD_JB_ELEMENT_SIZE INT_REGISTER_SIZE
+#define ARM_NBSD_JB_ELEMENT_SIZE ARM_INT_REGISTER_SIZE
 
-/* For compatibility with previous implemenations of GDB on arm/NetBSD,
+/* For compatibility with previous implementations of GDB on arm/NetBSD,
    override the default little-endian breakpoint.  */
 static const gdb_byte arm_nbsd_arm_le_breakpoint[] = {0x11, 0x00, 0x00, 0xe6};
 static const gdb_byte arm_nbsd_arm_be_breakpoint[] = {0xe6, 0x00, 0x00, 0x11};
This page took 0.024654 seconds and 4 git commands to generate.