simh-testsetgenerator/PDP10
Mark Pizzolato c93658f241 Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka)
In 32-bit mode, the compiler truncates constants to 32-bit.
We need LL suffix to avoid the truncation.

This behavior is contrary to the C 99 standard which defines
that constants that do not fit into long and unsigned long shall
have long long type.
2013-04-05 12:34:37 -07:00
..
pdp10_bug_history.txt Notes For V3.8 2011-04-15 08:35:43 -07:00
pdp10_cpu.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_defs.h Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_fe.c Merge branch 'master' into AsyncTmxr 2013-01-21 16:52:42 -08:00
pdp10_ksio.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_lp20.c Cleanup for warning messages produced by the clang C compiler. Mostly adding parentheses in conditional assignments and clarification parentheses in complex boolean expressions. 2012-04-29 11:59:44 -07:00
pdp10_mdfp.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_pag.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_rp.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_sys.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_tim.c Added calls to sim_register_clock_unit for simulators with clock devices 2013-01-22 16:07:23 -08:00
pdp10_tu.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00
pdp10_xtnd.c Avoid bug in the HP PA-RISC C compiler. (from Mikulas Patocka) 2013-04-05 12:34:37 -07:00