Home
last modified time | relevance | path

Searched refs:VER_H_GIT_HASH (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_sys.c4127 # if defined(GENERATED_MAKE_VER_H) && defined(VER_H_GIT_HASH) in dps8_init()
4128 sim_msg ("\n Commit: %s", VER_H_GIT_HASH); in dps8_init()
4216 # ifndef VER_H_GIT_HASH in dps8_init()
4217 # define VER_H_GIT_HASH "0000000000000000000000000000000000000000" in dps8_init() macro
4231 if (strcmp (system_state->commit_id, VER_H_GIT_HASH) != 0) { in dps8_init()
4240 strncpy (system_state->commit_id, VER_H_GIT_HASH, sizeof (system_state->commit_id)); in dps8_init()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dscp.c4222 # if defined(VER_H_GIT_HASH)
4224 fprintf (st, "\n Version: %s\n Commit: %s", VER_H_GIT_VERSION, VER_H_GIT_HASH);
4227 …tf (st, "\n Version: %s+%s\n Commit: %s", VER_H_GIT_VERSION, VER_H_GIT_PATCH, VER_H_GIT_HASH);
4238 # if defined(VER_H_GIT_HASH)
4239 fprintf (st, "\n Version: %s\n Commit: %s", VER_H_GIT_VERSION, VER_H_GIT_HASH);