Skip to content

Commit

Permalink
Commit from GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Sep 16, 2020
1 parent dee8b4f commit 4ce6556
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 412 deletions.
8 changes: 4 additions & 4 deletions docs/lvgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,10 +1228,10 @@ function updateGlobalBufferAndViews(buf) {
}

var STATIC_BASE = 1024,
STACK_BASE = 5737328,
STACK_BASE = 5737312,
STACKTOP = STACK_BASE,
STACK_MAX = 494448,
DYNAMIC_BASE = 5737328;
STACK_MAX = 494432,
DYNAMIC_BASE = 5737312;

assert(STACK_BASE % 16 === 0, 'stack must start aligned');
assert(DYNAMIC_BASE % 16 === 0, 'heap must start aligned');
Expand Down Expand Up @@ -1745,7 +1745,7 @@ var ASM_CONSTS = {



// STATICTOP = STATIC_BASE + 493424;
// STATICTOP = STATIC_BASE + 493408;
/* global initializers */ __ATINIT__.push({ func: function() { ___wasm_call_ctors() } });


Expand Down
Loading

0 comments on commit 4ce6556

Please sign in to comment.