Skip to content

Commit e768d03

Browse files
chorman0773joshtriplett
authored andcommitted
Fix code block
1 parent a22e89f commit e768d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/inline-assembly.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,8 @@ On x86, the following additional directives are guaranteed to be supported:
547547
```
548548

549549
On x86 for `global_asm!` only, the following additional directives are guaranteed to be supported (it is unspecified whether `.code16` or `.code32` are supported for `asm!()`):
550-
```
550+
551+
```as
551552
.code16
552553
.code32
553554
```

0 commit comments

Comments
 (0)