Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
83c437cb
Commit
83c437cb
authored
Dec 30, 2013
by
Damien George
Browse files
Merge pull request #12 from pfalcon/minor-fixes
Minor fixes
parents
6baf76e2
2efbc622
Changes
4
Hide whitespace changes
Inline
Side-by-side
py/asmx64.h
View file @
83c437cb
...
...
@@ -11,7 +11,7 @@
#define REG_RSI (6)
#define REG_RDI (7)
// condition codes, used for jcc and setcc (des
i
pite their j-name!)
// condition codes, used for jcc and setcc (despite their j-name!)
#define JCC_JB (0x2) // below, unsigned
#define JCC_JZ (0x4)
#define JCC_JE (0x4)
...
...
stm/Makefile
View file @
83c437cb
...
...
@@ -193,6 +193,6 @@ $(BUILD)/compile.o: $(PYSRC)/grammar.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
all clean
unix-cpy/Makefile
View file @
83c437cb
...
...
@@ -86,6 +86,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
clean
unix/Makefile
View file @
83c437cb
...
...
@@ -95,6 +95,6 @@ $(BUILD)/emitcpy.o: $(PYSRC)/emit.h
$(BUILD)/emitbc.o
:
$(PYSRC)/emit.h
clean
:
/bin/rm
-r
$(BUILD)
/bin/rm
-r
f
$(BUILD)
.PHONY
:
clean
Write
Preview
Supports
Markdown
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