summaryrefslogtreecommitdiff
path: root/nasm.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-07-25 12:43:30 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-07-25 12:43:30 -0700
commitab5bd05d8238415436f9a6087976fcda0efd837c (patch)
treebf8643dd245bdae2fb67564b6b8e6e0b62e92904 /nasm.h
parentb453c866ab27b4f4df36be9f0098337fea3b0432 (diff)
downloadnasm-ab5bd05d8238415436f9a6087976fcda0efd837c.tar.gz
nasm-ab5bd05d8238415436f9a6087976fcda0efd837c.tar.bz2
nasm-ab5bd05d8238415436f9a6087976fcda0efd837c.zip
Revert "Improve process_ea and introduce -OL"
This reverts commit ac732cb6a599836bf4c988e59ac6de4498758c72. Resolved Conflicts: doc/nasmdoc.src Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'nasm.h')
-rw-r--r--nasm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nasm.h b/nasm.h
index d7cbf49..f78ed0f 100644
--- a/nasm.h
+++ b/nasm.h
@@ -484,8 +484,7 @@ enum ea_flags { /* special EA flags */
EAF_TIMESTWO = 4, /* really do EAX*2 not EAX+EAX */
EAF_REL = 8, /* IP-relative addressing */
EAF_ABS = 16, /* non-IP-relative addressing */
- EAF_FSGS = 32, /* fs/gs segment override present */
- EAF_NO_OFFS = 64 /* no explicit offset in source */
+ EAF_FSGS = 32 /* fs/gs segment override present */
};
enum eval_hint { /* values for `hinttype' */