summaryrefslogtreecommitdiff
path: root/include/shim.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-02 10:31:51 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-02 10:31:51 -0500
commit95f52a55ad556d956c483abfc28a11603b75f4a8 (patch)
tree210868e9cc62b47c0941cddc836c1f2212d8ff6f /include/shim.h
parentmerge virtnodes on alloc (diff)
downloadcorn-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.h1
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 {