summaryrefslogtreecommitdiff
path: root/le/le_object_table_entry.cpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-06-23 18:07:42 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-06-23 18:07:42 +0200
commita7bcede17b4c10e172c7877fc2ce89862dc454af (patch)
treed89b8ff274d18d67d695c5f320a1d079e1bb26b6 /le/le_object_table_entry.cpp
parent0f2d7c9ed9dfa3716840fc112bd53e5ec6b6315b (diff)
downloadopenwar-a7bcede17b4c10e172c7877fc2ce89862dc454af.tar.gz
openwar-a7bcede17b4c10e172c7877fc2ce89862dc454af.tar.bz2
openwar-a7bcede17b4c10e172c7877fc2ce89862dc454af.zip
adds alot more binary parsing.
Diffstat (limited to 'le/le_object_table_entry.cpp')
-rw-r--r--le/le_object_table_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/le/le_object_table_entry.cpp b/le/le_object_table_entry.cpp
index 92810aa..68e77ba 100644
--- a/le/le_object_table_entry.cpp
+++ b/le/le_object_table_entry.cpp
@@ -9,7 +9,7 @@ BOOST_FUSION_ADAPT_STRUCT(
le::ObjectTableEntry,
(binparse::Value32, virtual_size)
(binparse::Offset32, reloc_base_address)
- (binparse::Value32, ojbect_flags)
+ (binparse::Value32, object_flags)
(binparse::Value32, page_table_index)
(binparse::Value32, nr_page_table_entries)
(binparse::Value32, reserved)