mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
quick fix: fix build failure for release version
conflicting types for ‘vcpu_dumpreg’ Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
parent
bb5377b354
commit
f2a3e1fb76
@ -611,7 +611,7 @@ void vcpu_dumpreg(void *data)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void vcpu_dumpreg(__unused struct vcpu *vcpu)
|
void vcpu_dumpreg(__unused void *data)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user