# | Line 166 | Line 166 | static inline uint32 SheepProc(const uin | |
---|---|---|
166 | return mac_proc; | |
167 | } | |
168 | ||
169 | + | #define BUILD_SHEEPSHAVER_PROCEDURE(PROC) \ |
170 | + | static uint32 PROC = 0; \ |
171 | + | if (PROC == 0) \ |
172 | + | PROC = SheepProc(PROC##_template, sizeof(PROC##_template)) |
173 | + | |
174 | class SheepVar | |
175 | { | |
176 | uint32 m_base; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |