Ignore:
Timestamp:
Nov 18, 2009, 11:37:38 AM (16 years ago)
Author:
Csaba Osztrogonác
Message:

Fix the clobber list of cacheFlush for ARM and Thumb2 on Linux
https://bugs.webkit.org/show_bug.cgi?id=31631

Patch by Gabor Loki <[email protected]> on 2009-11-18
Reviewed by Darin Adler.

  • jit/ExecutableAllocator.h:

(JSC::ExecutableAllocator::cacheFlush):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/jit/ExecutableAllocator.h

    r50265 r51123  
    204204            :
    205205            : "r" (code), "r" (reinterpret_cast<char*>(code) + size)
    206             : "r0", "r1");
     206            : "r0", "r1", "r2");
    207207    }
    208208#elif PLATFORM(SYMBIAN)
     
    225225            :
    226226            : "r" (code), "r" (reinterpret_cast<char*>(code) + size)
    227             : "r0", "r1");
     227            : "r0", "r1", "r2");
    228228    }
    229229#else
Note: See TracChangeset for help on using the changeset viewer.