Changeset 165362 in webkit for trunk/Source/JavaScriptCore/jit/GPRInfo.h
- Timestamp:
- Mar 9, 2014, 11:57:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/GPRInfo.h
r164673 r165362 1 1 /* 2 * Copyright (C) 2011, 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2011, 2013, 2014 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 602 602 static unsigned toIndex(GPRReg reg) 603 603 { 604 if (reg > regT15) 605 return InvalidIndex; 604 606 return (unsigned)reg; 605 607 }
Note:
See TracChangeset
for help on using the changeset viewer.