mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv: use int32_t replace int
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -73,7 +73,7 @@ static uint64_t create_zero_page(struct acrn_vm *vm)
|
||||
return gpa;
|
||||
}
|
||||
|
||||
int general_sw_loader(struct acrn_vm *vm)
|
||||
int32_t general_sw_loader(struct acrn_vm *vm)
|
||||
{
|
||||
int32_t ret = 0;
|
||||
void *hva;
|
||||
|
||||
Reference in New Issue
Block a user