diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-02 10:31:51 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-02 10:31:51 -0500 |
commit | 95f52a55ad556d956c483abfc28a11603b75f4a8 (patch) | |
tree | 210868e9cc62b47c0941cddc836c1f2212d8ff6f /include/shim.h | |
parent | merge virtnodes on alloc (diff) | |
download | corn-95f52a55ad556d956c483abfc28a11603b75f4a8.tar.gz corn-95f52a55ad556d956c483abfc28a11603b75f4a8.tar.bz2 corn-95f52a55ad556d956c483abfc28a11603b75f4a8.zip |
better print and mem
Diffstat (limited to 'include/shim.h')
-rw-r--r-- | include/shim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/shim.h b/include/shim.h index 7178a0f..2bf9726 100644 --- a/include/shim.h +++ b/include/shim.h @@ -8,7 +8,6 @@ struct memory_segment { uint64_t addr; uint64_t len; - uint32_t type; }; struct memory_map { |