mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
- Fix an assembler warning on release build
svn path=/trunk/; revision=39733
This commit is contained in:
parent
8fd740df04
commit
8294273359
1 changed files with 1 additions and 1 deletions
|
@ -81,8 +81,8 @@ HalpSysIntHandler:
|
||||||
#if DBG
|
#if DBG
|
||||||
.rept 172
|
.rept 172
|
||||||
.long InvalidIRQ /* IRQ 36-207 */
|
.long InvalidIRQ /* IRQ 36-207 */
|
||||||
#endif
|
|
||||||
.endr
|
.endr
|
||||||
|
#endif
|
||||||
|
|
||||||
SoftIntByteTable:
|
SoftIntByteTable:
|
||||||
.byte PASSIVE_LEVEL /* IRR 0 */
|
.byte PASSIVE_LEVEL /* IRR 0 */
|
||||||
|
|
Loading…
Reference in a new issue