aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/read.c b/gas/read.c
index ad9363a..c38de12 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -521,11 +521,10 @@ pobegin (void)
pop_table_name = "standard";
pop_insert (potable);
-#ifdef TARGET_USE_CFIPOP
+ /* Now CFI ones. */
pop_table_name = "cfi";
pop_override_ok = 1;
cfi_pop_insert ();
-#endif
}
#define HANDLE_CONDITIONAL_ASSEMBLY() \