We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remove_asm.h
1 parent 3ee2b3a commit 6112c86Copy full SHA for 6112c86
src/assembler/remove_asm.h
@@ -11,8 +11,8 @@ Date: December 2014
11
12
/// \file
13
/// Remove 'asm' statements by compiling them into suitable standard goto
14
-/// program instructions
15
-
+/// program instructions.
+///
16
/// Inline assembly statements in the source program (in either gcc- or
17
/// msc-style) are represented by instructions of kind `OTHER` with a `code`
18
/// member of type `code_asmt` in the goto program.
0 commit comments