Skip to content

Instantly share code, notes, and snippets.

#include "SDL.h"
#include <limits.h>
#include <stdio.h>
#define SCREENWIDTH 640
#define SCREENHEIGHT 480
SDL_Renderer *rend;
SDL_Window *win;
#include <stdio.h>
typedef unsigned long uint64;
#define BIT(x) (1ULL << (uint64)(x))
#define GENMASK(msb, lsb) ((BIT(((uint64)(msb) + 1ULL) - (uint64)(lsb)) - 1ULL) << (uint64)(lsb))
#define _FIELD_LSB(field) ((uint64)(field) & ~((uint64)(field) - 1ULL))
#define FIELD_PREP(field, val) ((uint64)(val) * (_FIELD_LSB((uint64)field)))
#define FIELD_GET(field, val) (((uint64)(val) & (uint64)(field)) / _FIELD_LSB((uint64)(field)))
#include <stdio.h>
typedef unsigned long long uint64;
#define BIT(x) (1ULL << (uint64)(x))
#define GENMASK(msb, lsb) ((BIT(((uint64)(msb) + 1ULL) - (uint64)(lsb)) - 1ULL) << (uint64)(lsb))
#define _FIELD_LSB(field) ((uint64)(field) & ~((uint64)(field) - 1ULL))
#define FIELD_PREP(field, val) ((uint64)(val) * (_FIELD_LSB((uint64)field)))
#define FIELD_GET(field, val) (((uint64)(val) & (uint64)(field)) / _FIELD_LSB((uint64)(field)))
[0/2] Re-checking globbed directories...
[1/887] Building CXX object decompiler/CMakeFiles/decomp.dir/analysis/final_output.cpp.o
FAILED: decompiler/CMakeFiles/decomp.dir/analysis/final_output.cpp.o
/usr/bin/clang++ -DFMT_SHARED -DHAVE_USLEEP=1 -DREPLXX_BUILDING_DLL -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -Ddecomp_EXPORTS -I/home/ziemas/Development/jak-project/. -I/home/ziemas/Development/jak-project/third-party/curl/include -I/home/ziemas/Development/jak-project/third-party/tree-sitter/tree-sitter/lib/include -I/home/ziemas/Development/jak-project/third-party/lzokay -I/home/ziemas/Development/jak-project/third-party/fmt/include -I/home/ziemas/Development/jak-project/third-party/replxx/include -isystem /home/ziemas/Development/jak-project/third-party/inja -fcxx-exceptions -fexceptions -fdiagnostics-color=always -std=c++17 -mavx -Wall -Wno-c++11-narrowing -Wno-c++98-compat -O3 -D_CRT_SECURE_NO_WARNINGS -ggdb -g -
// File written by stdump on 2023-10-07
//
// Input file:
// WAVE2PS2.IRX
// Toolchain version(s):
// unknown
// Built-in types:
// char 8-bit integer
// complex double 64-bit floating point
// complex float 32-bit floating point
// *****************************************************************************
// FILE -- /home/gin/p3us/iop_mdl/wp2cd/iop/bgm_entr.c
// *****************************************************************************
/* 00000000 000000ec */ int start() {
/* -0x28(sp) */ ThreadParam param;
/* -0x10(sp) */ int th;
}
// *****************************************************************************
// *****************************************************************************
// FILE -- /home/gin/p3us/iop_mdl/tapctrl/iop/tap_ent.c
// *****************************************************************************
/* 00000000 000000f4 */ int start() {
/* -0x28(sp) */ ThreadParam param;
/* -0x10(sp) */ int th;
}
// *****************************************************************************
// File written by stdump on 2023-10-07
//
// Input file:
// TAPCTRL.IRX
// Toolchain version(s):
// unknown
// Built-in types:
// char 8-bit integer
// complex double 64-bit floating point
// complex float 32-bit floating point
// File written by stdump on 2023-10-07
//
// Input file:
// TAPCTRL.IRX
// Toolchain version(s):
// unknown
// Built-in types:
// char 8-bit integer
// complex double 64-bit floating point
// complex float 32-bit floating point
#include "loadcore.h"
#include "stdio.h"
#include "thevent.h"
#include "thmsgbx.h"
#include "thpool.h"
#include "thsemap.h"
#include "xthbase.h"
IRX_ID("ThreadMonitor", 1, 0);