diff options
author | comex | 2015-02-09 00:06:05 -0500 |
---|---|---|
committer | comex | 2015-02-09 00:06:05 -0500 |
commit | d819360f9e619ddadde2bbae3cc1ec389a43a8e9 (patch) | |
tree | 00507e57c247abede74efcdde24c1bc7e9f7b1bd /lib/arm/arch-dis.h | |
parent | Fix other architectures compiling - haven't tried *running* anything.. (diff) | |
download | substitute-d819360f9e619ddadde2bbae3cc1ec389a43a8e9.tar.gz |
more
Diffstat (limited to 'lib/arm/arch-dis.h')
-rw-r--r-- | lib/arm/arch-dis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arm/arch-dis.h b/lib/arm/arch-dis.h index c64ff2e..bc98cb9 100644 --- a/lib/arm/arch-dis.h +++ b/lib/arm/arch-dis.h @@ -19,7 +19,7 @@ struct arch_pcrel_info { unsigned reg; - enum pcrel_load_mode lm; + enum pcrel_load_mode load_mode; }; struct arch_dis_ctx { |