Deleted Added
sdiff udiff text old ( 4808:a6eb56576b27 ) new ( 5061:2ac90228c205 )
full compact
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

--- 126 unchanged lines hidden (view full) ---

135 case 4:
136 return reg.E;
137 case 8:
138 return reg.R;
139 default:
140 panic("Tried to pick with unrecognized size %d.\n", size);
141 }
142 }
143 };
144}
145
146#endif //__ARCH_X86_INSTS_STATICINST_HH__