Ignore:
Timestamp:
Jun 9, 2009, 11:18:18 PM (16 years ago)
Author:
[email protected]
Message:

2009-06-09 Gavin Barraclough <[email protected]>

Rubber Stamped by Mark Rowe.

Tidy up a couple of comments.

  • assembler/ARMv7Assembler.h:

Fix date in copyright, neaten up a couple of comments.

  • assembler/MacroAssemblerARMv7.h:

Fix date in copyright.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/assembler/ARMv7Assembler.h

    r44514 r44554  
    11/*
    2  * Copyright (C) 2008 Apple Inc. All rights reserved.
     2 * Copyright (C) 2009 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    899899    }
    900900
    901     // What is wrong with you people?, xor is not spelled with an 'e'. :-(
     901    // xor is not spelled with an 'e'. :-(
    902902    void eor(RegisterID rd, RegisterID rn, RegisterID rm, ShiftTypeAndAmount shift)
    903903    {
     
    908908    }
    909909
    910     // What is wrong with you people?, xor is not spelled with an 'e'. :-(
     910    // xor is not spelled with an 'e'. :-(
    911911    void eor(RegisterID rd, RegisterID rn, RegisterID rm)
    912912    {
Note: See TracChangeset for help on using the changeset viewer.