Skip to content

Commit afd79df

Browse files
committed
Print name only
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent d62f533 commit afd79df

File tree

1 file changed

+2
-2
lines changed
  • src/hyperlight_host/src/hypervisor

1 file changed

+2
-2
lines changed

src/hyperlight_host/src/hypervisor/whp.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ impl Vm for WhpVm {
175175
unsafe { std::mem::zeroed() };
176176
println!("whp get_sregs2");
177177

178-
println!("partition: {:?}", self.partition);
178+
// println!("partition: {:?}", self.partition);
179179
// println!("whp_sregs_names: {:?}", WHP_SREGS_NAMES);
180-
// println!("ptr : {:?}", WHP_SREGS_NAMES.as_ptr());
180+
println!("ptr : {:?}", WHP_SREGS_NAMES.as_ptr());
181181
// println!("first value: {:?}", unsafe {
182182
// WHP_SREGS_NAMES.as_ptr().read()
183183
// });

0 commit comments

Comments
 (0)