(svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags

This commit is contained in:
smatz
2009-01-25 22:50:00 +00:00
parent 7668633f92
commit 7bc60a19d0
3 changed files with 4 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ enum OldChunkType {
OC_VAR_I32 = 5 << 8,
OC_VAR_U32 = 6 << 8,
OC_VAR_I64 = 7 << 8,
OC_VAR_U64 = 8 << 8,
/* 8 bits allocated (256 max) */
OC_FILE_I8 = 1 << 16,