mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-11 02:04:11 +00:00
proxy: Fix warning in P_MCC_GET_CARVEOUTS
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
9c795fbdbf
commit
908f263f22
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ int proxy_process(ProxyRequest *request, ProxyReply *reply)
|
|||
break;
|
||||
|
||||
case P_MCC_GET_CARVEOUTS:
|
||||
reply->retval = mcc_carveouts;
|
||||
reply->retval = (u64)mcc_carveouts;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue