1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-21 02:17:22 +00:00
B. Scott Michel c37d26a370 IBM 1130: GUI resource file, RegSanityCheck fix
- Add the missing ibm1130.rc GUI resource file to the Windows build so
  that the GUI renders correctly.

- Set the add_simulator TEST_ARGS  to "-g" to fix an edge case Heisenbug
  encountered during Github CI/CD tests where ibm1130 appears to hang
  indefinitely on the Windows runners.

  The cause is the GUI's Pump() thread function being prematurely
  terminated before all GUI resources are acquired. The net result is an
  infinite loop in the MS C runtime trying to exit the process with
  unstable internal state. (Separate patch: synchronization across main
  and Pump() threads to ensure resource acquisition completes.)

  This issue never shows (cannot show) up on non-Windows platforms or
  the SIMH makefile.

- Ibm1130/ibm1130_cr.c

  - Fix printf() warnings (format should be long, not int)
  - Signed/unsigned mismatch, size_t for array indexing
  - Comment out the unused trim() function.

- Ibm1130/ibm1130_cpu.c, ibm1130_gui.c: Remove undefined static functions.
2024-06-08 13:51:23 -04:00
..
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2011-04-15 08:34:20 -07:00
2014-10-27 17:14:28 -07:00
2014-10-27 17:14:28 -07:00
2011-04-15 08:33:43 -07:00
2017-05-03 15:11:22 -07:00
2017-05-03 15:11:22 -07:00
2017-05-03 15:11:22 -07:00
2011-04-15 08:34:20 -07:00