mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
9 lines
186 B
ArmAsm
9 lines
186 B
ArmAsm
.globl __DiskDumpScsiPortNotification
|
|
__DiskDumpScsiPortNotification:
|
|
cmp $0, _IsDumping
|
|
je .l1
|
|
jmp _DiskDumpScsiPortNotification
|
|
.l1:
|
|
jmp *_OldScsiPortNotification
|
|
.L2:
|
|
jmp .L2
|