Skip to content

Commit 24b95f5

Browse files
committed
fixup
1 parent 5a460e3 commit 24b95f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/mir/bignum/internal/phobos_kernel.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ void schoolbookDivMod(BigDigit [] quotient, BigDigit [] u, in BigDigit [] v)
13281328
{
13291329
// Note: On DMD, this is only ~10% faster than the non-asm code.
13301330
uint *p = &u[j + v.length - 1];
1331-
asm pure nothrow @trusted
1331+
asm pure nothrow @trusted @nogc
13321332
{
13331333
mov EAX, p;
13341334
mov EDX, [EAX+4];

0 commit comments

Comments
 (0)