Deleted Added
sdiff udiff text old ( 12544:6a4c3acc4289 ) new ( 12620:fe5cdc0293dd )
full compact
1/*
2 * Copyright (c) 2009 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

475 case MISCREG_HPSTATE:
476 hpstate = val;
477 break;
478 case MISCREG_HTSTATE:
479 htstate[tl-1] = val;
480 break;
481 case MISCREG_HINTP:
482 hintp = val;
483 case MISCREG_HTBA:
484 htba = val;
485 break;
486 case MISCREG_STRAND_STS_REG:
487 strandStatusReg = val;
488 break;
489 case MISCREG_HSTICK_CMPR:
490 hstick_cmpr = val;

--- 316 unchanged lines hidden ---