mirror of
https://github.com/reactos/reactos.git
synced 2025-08-27 18:48:02 +00:00
10 lines
186 B
ArmAsm
10 lines
186 B
ArmAsm
![]() |
.globl __DiskDumpScsiPortNotification
|
||
|
__DiskDumpScsiPortNotification:
|
||
|
cmp $0, _IsDumping
|
||
|
je .l1
|
||
|
jmp _DiskDumpScsiPortNotification
|
||
|
.l1:
|
||
|
jmp *_OldScsiPortNotification
|
||
|
.L2:
|
||
|
jmp .L2
|