mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Fix a bunch of dumb typos and omissions.
This commit is contained in:
parent
7a5928ca08
commit
cbf60a2058
12 changed files with 12 additions and 12 deletions
|
|
@ -73,7 +73,8 @@ js::GetNativeStackBaseImpl()
|
|||
|
||||
JS_STATIC_ASSERT(JS_STACK_GROWTH_DIRECTION < 0);
|
||||
|
||||
void js::GetNativeStackBaseImpl()
|
||||
void*
|
||||
js::GetNativeStackBaseImpl()
|
||||
{
|
||||
stack_t st;
|
||||
stack_getbounds(&st);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue