Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
swift_gan committed Feb 1, 2024
1 parent 400163a commit 06ffcac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/runtime/include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ class MemoryInterface {
struct Config {
bool enable_jit;
bool enable_asm_interp;
u32 uniform_buffer_size;
uint32_t uniform_buffer_size;
ISA backend_isa;
std::vector<UniformDesc> buffers_static_alloc; // 静态分配建议
u32 stack_alignment;
uint32_t stack_alignment;
MemoryInterface *memory;
};

Expand Down

0 comments on commit 06ffcac

Please sign in to comment.