mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +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:
@@ -611,7 +611,7 @@ void vcpu_dumpreg(void *data)
|
||||
}
|
||||
}
|
||||
#else
|
||||
void vcpu_dumpreg(__unused struct vcpu *vcpu)
|
||||
void vcpu_dumpreg(__unused void *data)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user