projects
/
pcre2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21cf0fc
)
try upstream commit to fix FTBFS on ARM
author
Matthew Vernon
<matthew@debian.org>
Mon, 2 Dec 2019 11:18:25 +0000
(11:18 +0000)
committer
Matthew Vernon
<matthew@debian.org>
Mon, 2 Dec 2019 11:18:25 +0000
(11:18 +0000)
src/sljit/sljitNativeARM_32.c
patch
|
blob
|
history
diff --git
a/src/sljit/sljitNativeARM_32.c
b/src/sljit/sljitNativeARM_32.c
index 71f7bcdadbef8dd40c8cd6a60df9d778e7bd1b53..8da0d09351ff8ac80805bb3b026d56dba368d109 100644
(file)
--- a/
src/sljit/sljitNativeARM_32.c
+++ b/
src/sljit/sljitNativeARM_32.c
@@
-666,6
+666,8
@@
SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler *compil
label->addr = (sljit_uw)SLJIT_ADD_EXEC_OFFSET(code_ptr, executable_offset);
label->size = code_ptr - code;
label = label->next;
+
+ next_addr = compute_next_addr(label, jump, const_, put_label);
}
}
}