Skip to content

Commit 21c0f0b

Browse files
committed
Remove PVM folder
The folder will be rewritten once the JIT compiler is completed. Signed-off-by: Ronald Caesar <github43132@proton.me>
1 parent d6c29e4 commit 21c0f0b

File tree

11 files changed

+7
-1624
lines changed

11 files changed

+7
-1624
lines changed

CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ foreach(TARGET ${POUND_PROJECT_TARGETS})
137137
endif()
138138

139139
# Set Compile time log level for all targets.
140-
# 1: Trace
141-
# 2: Debug
142-
# 3: Info
143-
# 4: Warning
144-
# 5: Error
145-
# 6: Fatal
146-
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=1)
140+
# 0: Trace
141+
# 1: Debug
142+
# 2: Info
143+
# 3: Warning
144+
# 4: Error
145+
# 5: Fatal
146+
target_compile_definitions(${TARGET} PRIVATE COMPILE_TIME_LOG_LEVEL=0)
147147
endforeach()
148148

149149
# Optimizations

src/pvm/CMakeLists.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/pvm/endian.h

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/pvm/guest.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)