commit | 11ac162bf1536d4f2eaac9fedec1eec746b4512d | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Feb 28 18:19:30 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sat Feb 28 18:19:30 2009 -0500 |
tree | eb6d56f769138cb07cc20cf39d9404fc626e7de6 | |
parent | 6707c309d0a988ac83215f561e98f38c21f5fcd6 [diff] |
Fix mptable MPCONFIG_SIGNATURE incorrect signature.
diff --git a/src/mptable.h b/src/mptable.h index 68f5e65..d8fecb3 100644 --- a/src/mptable.h +++ b/src/mptable.h
@@ -16,7 +16,7 @@ u8 reserved[3]; }; -#define MPCONFIG_SIGNATURE 0x50434d50 // "PCMP" +#define MPCONFIG_SIGNATURE 0x504d4350 // "PCMP" struct mptable_config_s { u32 signature;