factor/vm/segments.hpp

11 lines
79 B
C++

namespace factor
{
struct segment {
cell start;
cell size;
cell end;
};
}