* breakpoint.c (breakpoint_1): Add (int) casts for enums

used in array index context (otherwise, some compilers barf).
This commit is contained in:
Per Bothner 1992-04-07 23:37:16 +00:00
parent 6e64547b7d
commit 6fba3d7c95
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 7 16:34:07 1992 Per Bothner (bothner@cygnus.com)
* breakpoint.c (breakpoint_1): Add (int) casts for enums
used in array index context (otherwise, some compilers barf).
Tue Apr 7 08:45:46 1992 Stu Grossman (grossman at cygnus.com)
* m68k-tdep.c, tm-sun3.h: #ifdef around get_longjmp_target().