repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
On x86 compilers without fastcall, simulate it when invoking traces and un-simulate...
[wine-gecko.git]
/
xpcom
/
tests
/
TestStackCrawl.cpp
blob
76187edd4a05448e53fcd7964742cf43dda242c7
1
#include <stdio.h>
2
3
#include
"nsISupportsUtils.h"
4
#include
"nsTraceRefCntImpl.h"
5
6
int
main
(
int
argc
,
char
*
argv
[])
7
{
8
nsTraceRefcntImpl
::
WalkTheStack
(
stdout
);
9
return
0
;
10
}
11