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

Function POPL

freebsd/i386/i386/vm86.c:172–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172static __inline u_int
173POPL(struct vm86frame *vmf)
174{
175 u_int x = vm86_fuword(MAKE_ADDR(vmf->vmf_ss, vmf->vmf_sp));
176
177 vmf->vmf_sp += 4;
178 return (x);
179}
180
181int
182vm86_emulate(struct vm86frame *vmf)

Callers 1

vm86_emulateFunction · 0.85

Calls 2

vm86_fuwordFunction · 0.85
MAKE_ADDRFunction · 0.85

Tested by

no test coverage detected