Changeset 44554 in webkit for trunk/JavaScriptCore/assembler/ARMv7Assembler.h
- Timestamp:
- Jun 9, 2009, 11:18:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r44514 r44554 1 1 /* 2 * Copyright (C) 200 8Apple Inc. All rights reserved.2 * Copyright (C) 2009 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 899 899 } 900 900 901 // What is wrong with you people?,xor is not spelled with an 'e'. :-(901 // xor is not spelled with an 'e'. :-( 902 902 void eor(RegisterID rd, RegisterID rn, RegisterID rm, ShiftTypeAndAmount shift) 903 903 { … … 908 908 } 909 909 910 // What is wrong with you people?,xor is not spelled with an 'e'. :-(910 // xor is not spelled with an 'e'. :-( 911 911 void eor(RegisterID rd, RegisterID rn, RegisterID rm) 912 912 {
Note:
See TracChangeset
for help on using the changeset viewer.