Skip to content

Commit

Permalink
typo fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Feb 17, 2024
1 parent 3c35a2e commit 854d82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Fedora 33:

$ ../configure \
--audio-drv-list= \
s --disable-sdl \
--disable-sdl \
--disable-gtk \
--disable-vte \
--disable-opengl \
Expand Down Expand Up @@ -117,7 +117,7 @@ details on how SymQEMU works. A large part of the implementation is the run-time
in `accel/tcg/tcg-runtime-sym.{c,h}` and `accel/tcg/tcg-runtime-sym-vec.{c,h}` (which
delegates any actual symbolic computation to SymCC's symbolic backend), and we have
modified most code-generating functions in `tcg/tcg-op.c`, `tcg/tcg-op-vec.c` and
`include/tcg/tcg-op-common.h` to emit calls to the runtime.
`include/tcg/tcg-op-common.h` to emit calls to the runtime.
For development, configure with `--enable-debug` for run-time assertions; there are tests
for the symbolic run-time support in `tests/check-sym-runtime.c`.
Expand Down

0 comments on commit 854d82d

Please sign in to comment.