Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
e8c122ce
Commit
e8c122ce
authored
Aug 15, 2014
by
dbarbera
Browse files
Change printf format string for integer types
parent
47405bb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
LlvmGenerator.py
View file @
e8c122ce
...
...
@@ -1993,7 +1993,7 @@ def sdl_write(arg_vals, arg_asn1tys, ctx, newline=False):
basic_asn1ty
=
ctx
.
basic_asn1type_of
(
arg_asn1ty
)
if
basic_asn1ty
.
kind
in
[
'IntegerType'
,
'Integer32Type'
]:
fmt
+=
'% d'
fmt
+=
'%
ll
d'
arg_values
.
append
(
arg_val
)
elif
basic_asn1ty
.
kind
==
'RealType'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment