Changeset 622


Ignore:
Timestamp:
Mar 5, 2019, 2:42:04 PM (5 years ago)
Author:
viala@…
Message:

Fix compilation warning about not defined function.

`
hal/tsar_mips32/drivers/soclib_bdv.c: In function 'soclib_bdv_cmd':
hal/tsar_mips32/drivers/soclib_bdv.c:161:9: warning:
implicit declaration of function 'hal_disable_irq';

did you mean 'dev_pic_disable_irq'? [-Wimplicit-function-declaration]

hal_disable_irq( &save_sr );

dev_pic_disable_irq

almos-mkh/hal/tsar_mips32/drivers/soclib_bdv.c:184:9: warning:
implicit declaration of function 'hal_restore_irq';
did you mean 'hal_remote_lpt'? [-Wimplicit-function-declaration]

hal_restore_irq( save_sr );

hal_remote_lpt

`

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.