mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
split out elfloader and adjust mutability
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use xencall::{XenCall, XenCallError};
|
||||
|
||||
fn main() -> Result<(), XenCallError> {
|
||||
let mut call = XenCall::open()?;
|
||||
let call = XenCall::open()?;
|
||||
let info = call.get_version_capabilities()?;
|
||||
println!("{:?}", info);
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user