ref: 4f4a0b78514eabbd3d5c1e86a178bd3628d37435
dir: /nonintel.c/
// // nonintel.c: code for non-Intel processors only // #include <u.h> #include <libc.h> #include <stdio.h> #include "quakedef.h" /* ================ R_Surf8Patch ================ */ void R_Surf8Patch () { // we only patch code on Intel } /* ================ R_Surf16Patch ================ */ void R_Surf16Patch () { // we only patch code on Intel } /* ================ R_SurfacePatch ================ */ void R_SurfacePatch (void) { // we only patch code on Intel }