RESOLVED FIXED 34514
[BREWMP] Define WTF_PLATFORM_BREWMP_SIMULATOR when AEE_SIMULATOR is defined
https://bugs.webkit.org/show_bug.cgi?id=34514
Summary [BREWMP] Define WTF_PLATFORM_BREWMP_SIMULATOR when AEE_SIMULATOR is defined
Kwang Yul Seo
Reported 2010-02-02 23:06:45 PST
WTF_PLATFORM_BREWMP_SIMULATOR is needed to make distinction between BREWMP and BREWMP simulator.
Attachments
Patch (1.16 KB, patch)
2010-02-02 23:09 PST, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2010-02-02 23:09:16 PST
Eric Seidel (no email)
Comment 2 2010-02-03 16:23:20 PST
Comment on attachment 47997 [details] Patch Do you compile the binary differently to run inside the simulator? I guess so.
WebKit Commit Bot
Comment 3 2010-02-03 18:49:36 PST
Comment on attachment 47997 [details] Patch Clearing flags on attachment: 47997 Committed r54320: <http://trac.webkit.org/changeset/54320>
WebKit Commit Bot
Comment 4 2010-02-03 18:49:41 PST
All reviewed patches have been landed. Closing bug.
Kwang Yul Seo
Comment 5 2010-02-03 18:53:10 PST
(In reply to comment #2) > (From update of attachment 47997 [details]) > Do you compile the binary differently to run inside the simulator? I guess so. Yes. there is some simulator specific code. For example, IDebugger interface is not available for simulator, so I use OS(WINDOWS) code to retrieve the stack base address in simulator.
Note You need to log in before you can comment on or make changes to this bug.