diff options
Diffstat (limited to 'sim/common/dv-pal.c')
-rw-r--r-- | sim/common/dv-pal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/dv-pal.c b/sim/common/dv-pal.c index c831d0a..4d49587 100644 --- a/sim/common/dv-pal.c +++ b/sim/common/dv-pal.c @@ -306,7 +306,7 @@ scan_hw_pal (struct hw *me) hw_pal_device *hw_pal = (hw_pal_device *)hw_data (me); char c; int count; - count = do_hw_poll_read (me, hw_pal->reader, 0/*STDIN*/, &c, sizeof(c)); + count = do_hw_poll_read (me, hw_pal->reader, 0/*STDIN*/, &c, sizeof (c)); switch (count) { case HW_IO_NOT_READY: @@ -482,7 +482,7 @@ hw_pal_io_write_buffer (struct hw *me, #if NOT_YET static void -hw_pal_instance_delete_callback(hw_instance *instance) +hw_pal_instance_delete_callback (hw_instance *instance) { /* nothing to delete, the hw_pal is attached to the struct hw */ return; |