diff options
| author | ruki <[email protected]> | 2022-05-03 23:53:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-03 23:53:45 +0800 |
| commit | 3c4c9fd8c84abca60ce50ac57133a5323cbafcd3 (patch) | |
| tree | 9d908a8d4959f37465600b76e8bcb559e551bffd /tests/projects/asm/fasm/src | |
| parent | bf0bdbaff7a2b5fb5fc4e0b5ab201fe764ea84d0 (diff) | |
format code
Diffstat (limited to 'tests/projects/asm/fasm/src')
| -rw-r--r-- | tests/projects/asm/fasm/src/main.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/asm/fasm/src/main.S b/tests/projects/asm/fasm/src/main.S index 90f4b88b4..e9989d702 100644 --- a/tests/projects/asm/fasm/src/main.S +++ b/tests/projects/asm/fasm/src/main.S @@ -24,5 +24,5 @@ segment extra write_text: mov ah,9 int 21h - retf - + retf + |
