Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
STklos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Erick
STklos
Commits
39538453
Commit
39538453
authored
Jun 25, 2011
by
Erick Gallesio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo Fix leading to an illegal instruction on INT-SINT-FXMUL2
parent
03b10241
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1715 additions
and
1714 deletions
+1715
-1714
lib/compiler.stk
lib/compiler.stk
+3
-3
src/boot.c
src/boot.c
+1617
-1617
src/boot.img
src/boot.img
+95
-94
No files found.
lib/compiler.stk
View file @
39538453
;;;;
;;;; c o m p i l e r . s t k -- STklos Compiler
;;;;
;;;; Copyright 2000-201
0
Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
;;;; Copyright 2000-201
1
Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
;;;;
;;;;
;;;; This program is free software; you can redistribute it and/or modify
...
...
@@ -21,7 +21,7 @@
;;;;
;;;; Author: Erick Gallesio [eg@unice.fr]
;;;; Creation date: 26-Feb-2000 10:47 (eg)
;;;; Last file update: 2
3-Dec-2010 20:16
(eg)
;;;; Last file update: 2
5-Jun-2011 09:54
(eg)
;;;;
(define-module STKLOS-COMPILER
...
...
@@ -1015,7 +1015,7 @@ doc>
(memq fct '(fx+ fx*))) ; commutative only
(oper2 (if (eq? fct 'fx+)
'IN-SINT-FXADD2
'IN
T
-SINT-FXMUL2)
'IN-SINT-FXMUL2)
b a))
((small-integer-constant? b)
(oper2 (case fct
...
...
src/boot.c
View file @
39538453
This diff is collapsed.
Click to expand it.
src/boot.img
View file @
39538453
This diff is collapsed.
Click to expand it.
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