Sign in
Imanol-Mikel Barba Sabariego
/
synacorvm
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
db7e2683ed5ed7994526f36f0663a3d23f61ad89
Authored by
Imanol-Mikel Barba Sabariego
2016-12-27 18:59:19 +0100
1 parent
7bd13a38
I'm stupid and I don't know my types
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
stack.c
stack.c
View file @
db7e268
...
...
@@ -9,7 +9,7 @@
9
9
10
10
uint8_t STACK_FAULT = 0;
11
11
uint32_t stack_size = EXTEND_SIZE;
12
-uint32_t stack_pos = 0xFFFF
;
12
+uint32_t stack_pos = 0xFFFF
FFFF
;
13
13
uint32_t stack_elems = 0;
14
14
uint16_t *stack;
15
15
...
...