Navigation Menu

Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 6, 2019
1 parent cf10025 commit 5f8402d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions altrace/altrace_common.h
Expand Up @@ -130,6 +130,8 @@ static int init_clock(void)
static int logfd = -1;
static void *realdll = NULL;

// !!! FIXME: we should use al[c]GetProcAddress() and do it _per device_ and
// !!! FIXME: _per context_.
static void *loadEntryPoint(void *dll, const char *fnname, int *okay)
{
void *fn = dlsym(dll, fnname);
Expand Down

0 comments on commit 5f8402d

Please sign in to comment.