mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +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
|
||||
void vcpu_dumpreg(__unused struct vcpu *vcpu)
|
||||
void vcpu_dumpreg(__unused void *data)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user