Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
StdEnv-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cloogle
StdEnv-doc
Commits
5e4149ed
Commit
5e4149ed
authored
Nov 08, 2019
by
johnvg@science.ru.nl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't change INT to dINT on amd64 anymore
parent
dceae337
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
StdEnv 64 Changed Files/_system.abc
StdEnv 64 Changed Files/_system.abc
+4
-4
No files found.
StdEnv 64 Changed Files/_system.abc
View file @
5e4149ed
...
...
@@ -9,7 +9,7 @@
.export _channel_code
.export EMPTY
d
INT BOOL CHAR REAL FILE _STRING_ _ARRAY_ ARRAY INT32 REAL32
.export EMPTY INT BOOL CHAR REAL FILE _STRING_ _ARRAY_ ARRAY INT32 REAL32
.export _reserve _cycle_in_spine _hnf
.export _type_error _match_error selector_m_error index_error
.export _print_graph _eval_to_nf
...
...
@@ -38,7 +38,7 @@
.desc _ARRAY_ _hnf _hnf 0 0 "_ARRAY_"
.desc _STRING_ _hnf _hnf 0 0 "_STRING_"
.desc REAL _hnf _hnf 0 0 "REAL"
.desc
d
INT _hnf _hnf 0 0 "INT"
.desc INT _hnf _hnf 0 0 "INT"
.desc REAL32 _hnf _hnf 0 0 "REAL32"
.desc INT32 _hnf _hnf 0 0 "INT32"
.desc BOOL _hnf _hnf 0 0 "BOOL"
...
...
@@ -1396,7 +1396,7 @@ _print__array2
jmp_true _print_bool_array
push_b 0
eq_desc_b
d
INT 0
eq_desc_b INT 0
jmp_true _print_int_array
push_b 0
...
...
@@ -2174,7 +2174,7 @@ _eval__array2
jmp_true _eval_bool_array
push_b 0
eq_desc_b
d
INT 0
eq_desc_b INT 0
jmp_true _eval_int_array
push_b 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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