mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
android 16 byte alignment for stack allocated memory?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5794d080b5
commit
238d604a10
2 changed files with 7 additions and 5 deletions
|
@ -55,7 +55,7 @@ def extract_tactic_doc(ous, f):
|
|||
generate_tactic_doc(ous, f, ins)
|
||||
|
||||
def generate_simplifier_doc(ous, name, desc):
|
||||
ous.write("## Simplifier [" + name + "](tactic-summary/#" + name + ")\n")
|
||||
ous.write("## Simplifier [" + name + "](summary/#tactic-" + name + ")\n")
|
||||
ous.write("### Description\n" + desc + "\n")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue