reactos/drivers/storage/port/diskdump/diskdump_helper.S
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

9 lines
186 B
ArmAsm

.globl __DiskDumpScsiPortNotification
__DiskDumpScsiPortNotification:
cmp $0, _IsDumping
je .l1
jmp _DiskDumpScsiPortNotification
.l1:
jmp *_OldScsiPortNotification
.L2:
jmp .L2