Skip to content

Commit 407048a

Browse files
authored
Update README.md
1 parent 2a5b0b3 commit 407048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ To explore all available configuration opions for the Cargo build interface, see
145145
If you want to generate code from the project's database that does not require any support libraries (e.g. C/C++ code with inline assembly), you can run the code generator directly. Example:
146146

147147
```
148-
./pal/pal.py --language=c --execution_state=intel_x64 --access_mechanism=gnu_inline
148+
./pal/pal.py --language=c --execution_state=intel_64bit --access_mechanism=gnu_inline
149149
```
150150

151151
To explore all available configuration opions for the code generator:

0 commit comments

Comments
 (0)