diff options
author | Camil Staps | 2016-10-03 16:29:19 +0000 |
---|---|---|
committer | Camil Staps | 2016-10-03 16:29:19 +0000 |
commit | d9c2a69cf4d7dec0994e310b12936531cc39003e (patch) | |
tree | 86189c8917f71ce70cc2618ee01bd7ddd5dfed9e | |
parent | Fix storing the program counter (diff) |
Fix issue with halfword-aligned node entry points
-rw-r--r-- | cgthumb2was.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgthumb2was.c b/cgthumb2was.c index 4881263..8e66c29 100644 --- a/cgthumb2was.c +++ b/cgthumb2was.c @@ -389,6 +389,7 @@ static void w_as_define_code_label (LABEL *label) w_as_newline(); } + w_as_instruction_without_parameters (".align"); w_as_instruction_without_parameters (".thumb_func"); w_as_label (label->label_name); w_as_colon(); |