mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-30 18:02:32 +02:00
Previous commits changed the port IDs to an integer rather than a bitfield. However, the first and next commands were utilizing that a -1 became a large positive integer when masked. This resulted in the min port operations failing. Added a default comparison with -1 to fix the problem.