aboutsummaryrefslogtreecommitdiff
path: root/core/debug
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-10-09 15:02:23 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-10-09 15:02:23 +0100
commit0fc5efa50be1d9b256631e52ace7acd82965b8ce (patch)
tree0b4f5929f58324a13944a24f723d93dd278dab2a /core/debug
parent025cb03242fea23bf632967291419dcd1f881e28 (diff)
parentd5a763e7d0eeb49aeb4dbd359046af4e95c8c7f9 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/debug')
-rw-r--r--core/debug/pe/doc.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/debug/pe/doc.odin b/core/debug/pe/doc.odin
new file mode 100644
index 000000000..7fc32b030
--- /dev/null
+++ b/core/debug/pe/doc.odin
@@ -0,0 +1,2 @@
+// package pe implements a reader for the PE executable format for debug purposes
+package debug_pe \ No newline at end of file