MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GET_VEC

Function GET_VEC

freebsd/i386/i386/vm86.c:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static __inline void
137GET_VEC(u_int vec, u_short *sel, u_short *off)
138{
139 *sel = vec >> 16;
140 *off = vec & 0xffff;
141}
142
143static __inline u_int
144MAKE_VEC(u_short sel, u_short off)

Callers 1

vm86_emulateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected