Removed old ORG_OFFSET.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@50 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -39,8 +39,5 @@ typedef struct
|
|||||||
} CODE_REF;
|
} CODE_REF;
|
||||||
typedef CODE_REF *PCODE_REF;
|
typedef CODE_REF *PCODE_REF;
|
||||||
|
|
||||||
#define ORG_OFFSET (((sizeof (CODE_REF) + (PARAGRAPH_SIZE - 1)) \
|
|
||||||
/ PARAGRAPH_SIZE) * PARAGRAPH_SIZE)
|
|
||||||
|
|
||||||
#endif /* _CODERES_H */
|
#endif /* _CODERES_H */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user