summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-27 02:12:28 -0500
committermidipix <writeonce@midipix.org>2017-12-27 02:12:28 -0500
commit13f8222028f2ba47265d21b2feed3025bc7c3020 (patch)
treeb102b2c2ec7d9ac5507a39937cff9809ded6a86e
parent902e11fc51135113943bf6f1c30ae88d37d84dbf (diff)
downloadpemagine-13f8222028.tar.bz2
pemagine-13f8222028.tar.xz
ldso: finalized (dun-dun-duuuun!) the stage-one loader context abi.
-rw-r--r--include/pemagine/pemagine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h
index b18a5ee..35fbc74 100644
--- a/include/pemagine/pemagine.h
+++ b/include/pemagine/pemagine.h
@@ -140,6 +140,7 @@ struct pe_ldr_tbl_entry {
struct pe_framework_runtime_data {
+ struct pe_guid abi;
void * hself;
void * hparent;
void * himage;
@@ -151,7 +152,6 @@ struct pe_framework_runtime_data {
void * hcwd;
void * hdrive;
void * hldrctx[__SIZEOF_POINTER__>>1];
- struct pe_guid abi;
};