diff options
-rw-r--r-- | chrome/app/framework.order | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/framework.order b/chrome/app/framework.order index 4ec150f..dea2dde 100644 --- a/chrome/app/framework.order +++ b/chrome/app/framework.order @@ -54,5 +54,9 @@ ___gcov_flush ___gcov_merge_add ___gcov_fork +# Written in asm as a .globl. (Is that necessary?) +_NaClSwitch +_NaClSyscallSeg + # _ChromeMain must be listed last. That's the whole point of this file. _ChromeMain |