Skip to content

Commit e3bd388

Browse files
committed
use std::size_t
1 parent e3ce752 commit e3bd388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/interpreter_class.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class interpretert
4747
typedef std::vector<memory_cellt> memoryt;
4848
memoryt memory;
4949

50-
unsigned stack_pointer;
50+
std::size_t stack_pointer;
5151

5252
void build_memory_map();
5353
void build_memory_map(const symbolt &symbol);

0 commit comments

Comments
 (0)