commit | acfbe712df86e20634b7860be91e16ae9aa39cd0 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Mon Jul 30 15:24:23 2012 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Aug 09 18:34:57 2012 +0000 |
tree | 98a3566ee88d07c7c7965ca0129561553cdf1a7c | |
parent | cea936b1b5c741c0456f9ccb90be54b5e4b589e5 [diff] |
sparc: fix floppy TC line setup The qemu_irq for Terminal Count (TC) line between FDC and Slavio misc device was created only after use, spotted by Clang compiler. Also, it was not created if the FDC didn't exist. Rearrange code to fix order. Always create the TC line. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>