blob: 524c48477eee3dfdc823e95c35c24ad762bdff05 (
plain)
1
2
3
4
5
6
7
8
9
|
unsigned char microcode[] __attribute__ ((aligned(16))) = {
#include "mc_patch_01000086.h"
#include "mc_patch_01000095.h"
#include "mc_patch_01000096.h"
#include "mc_patch_0100009f.h"
#include "mc_patch_010000b6.h"
#include "mc_patch_010000bf.h"
#include "mc_patch_010000c4.h"
};
|