diff options
| author | 2012-06-03 01:43:51 +0000 | |
|---|---|---|
| committer | 2012-06-03 01:43:51 +0000 | |
| commit | d62155c19e8f13bda3ddad28c5c7bb510a401da9 (patch) | |
| tree | 1d19b02f8a9a6dbfc14e9da9ecc392f26c91ffff /src | |
| parent | d52292616e28a035b1788969009fee0bfba30674 (diff) | |
Fix PPC OSX compile (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/machine/68681.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/68681.c b/src/emu/machine/68681.c index 42583c75cda..4e69fcab776 100644 --- a/src/emu/machine/68681.c +++ b/src/emu/machine/68681.c @@ -247,7 +247,7 @@ static void duart68681_update_interrupts(duart68681_state *duart68681) double duart68681_get_ct_rate(duart68681_state *duart68681) { - double rate; + double rate = 0.0f; if (duart68681->ACR & 0x40) { |
