Ignore:
Timestamp:
Nov 12, 2015, 10:12:43 AM (10 years ago)
Author:
[email protected]
Message:

Move some prototypes to header files.
https://bugs.webkit.org/show_bug.cgi?id=151194

Reviewed by Michael Saboff.

  • assembler/MacroAssemblerPrinter.cpp:

(JSC::printIndent):

  • assembler/MacroAssemblerPrinter.h:

(JSC::MacroAssembler::print):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/MacroAssemblerPrinter.cpp

    r191677 r192366  
    3838using FPRegisterID = MacroAssembler::FPRegisterID;
    3939
    40 // These printers will print a block of information. That block may be
    41 // indented with the specified indentation.
    42 void printCPU(CPUState&, int indentation = 0);
    43 void printCPURegisters(CPUState&, int indentation = 0);
    44 
    45 // These printers will print the specified information in line in the
    46 // print stream. Hence, no indentation will be applied.
    47 void printRegister(CPUState&, RegisterID);
    48 void printRegister(CPUState&, FPRegisterID);
    49 void printMemory(CPUState&, const Memory&);
    50    
    5140static void printIndent(int indentation)
    5241{
Note: See TracChangeset for help on using the changeset viewer.