diff options
| author | Andrea Corallo | 2019-11-16 15:25:01 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2020-01-01 11:38:06 +0100 |
| commit | 76fcc2a69a96a7ab68b82ebc96c234dd58ef7e61 (patch) | |
| tree | 75c1a71d2f28162eda4971574428276418d2a141 /src | |
| parent | a82f1929fef5072a4b04e326b467cca8a8a21c0e (diff) | |
| download | emacs-76fcc2a69a96a7ab68b82ebc96c234dd58ef7e61.tar.gz emacs-76fcc2a69a96a7ab68b82ebc96c234dd58ef7e61.zip | |
emit_limple_push_handler style fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/comp.c b/src/comp.c index d05d17bd010..066440bcf87 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -1156,11 +1156,11 @@ emit_limple_push_handler (gcc_jit_rvalue *handler, gcc_jit_rvalue *handler_type, | |||
| 1156 | 1156 | ||
| 1157 | gcc_jit_rvalue *args[] = { handler, handler_type }; | 1157 | gcc_jit_rvalue *args[] = { handler, handler_type }; |
| 1158 | gcc_jit_block_add_assignment ( | 1158 | gcc_jit_block_add_assignment ( |
| 1159 | comp.block, | 1159 | comp.block, |
| 1160 | NULL, | 1160 | NULL, |
| 1161 | comp.loc_handler, | 1161 | comp.loc_handler, |
| 1162 | emit_call (intern_c_string ("push_handler"), | 1162 | emit_call (intern_c_string ("push_handler"), |
| 1163 | comp.handler_ptr_type, 2, args, false)); | 1163 | comp.handler_ptr_type, 2, args, false)); |
| 1164 | 1164 | ||
| 1165 | args[0] = | 1165 | args[0] = |
| 1166 | gcc_jit_lvalue_get_address ( | 1166 | gcc_jit_lvalue_get_address ( |