On x86 compilers without fastcall, simulate it when invoking traces and un-simulate...
[wine-gecko.git] / xpcom / tests / TestStackCrawl.cpp
blob76187edd4a05448e53fcd7964742cf43dda242c7
1 #include <stdio.h>
3 #include "nsISupportsUtils.h"
4 #include "nsTraceRefCntImpl.h"
6 int main(int argc, char* argv[])
8 nsTraceRefcntImpl::WalkTheStack(stdout);
9 return 0;