Commit 84e196b9 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix compilation.

parent e7adbbfe
...@@ -60,7 +60,7 @@ static const char *psz_capability; ...@@ -60,7 +60,7 @@ static const char *psz_capability;
***************************************************************************** *****************************************************************************
* This function is called to list extensions the CPU may have. * This function is called to list extensions the CPU may have.
*****************************************************************************/ *****************************************************************************/
static uint32_t CPUCapabilities( void ) uint32_t CPUCapabilities( void )
{ {
volatile uint32_t i_capabilities = CPU_CAPABILITY_NONE; volatile uint32_t i_capabilities = CPU_CAPABILITY_NONE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment